Keyword : Category :
 
 
 
 
Windows
Unix
Php and mysql
Linux
Java
Mobile programming
Certification
Asterisk
Python
Autocad
3d-animation
Hacks
Programming
Hardware
Networking
Web design
Multimedia - graphics
Simple steps
Dummies
.net programming
Oracle
Sql server
Operating system
Telecommunications
Microsoft
Office
Web development
Cisco
Graphics
C sharp
Software development
Database
Computer science
Uml
Security
General
Cms
Mac
Android
 
 
Email:
 
 
No bestsellers available!
 
Book details / order
BEAGLEBONE COOKBOOK
Beaglebone is an inexpensive web server, linux desktop, and electronics hub that includes all the tools you need to create your own projects—whether it’s robotics, gaming, drones, or software-defined radio. if you’re new to beaglebone black, or want to explore more of its capabilities, this cookbook provides scores of recipes for connecting and talking to the physical world with this credit-card-sized computer. all you need is minimal familiarity with computer programming and electronics. each recipe includes clear and simple wiring diagrams and example code to get you started. if you don’t know what beaglebone black is, you might decide to get one after scanning these recipes. learn how to use beaglebone to interact with the physical world connect force, light, and distance sensors spin servo motors, stepper motors, and dc motors flash single leds, strings of leds, and matrices of leds manage real-time input/output (i/o) work at the linux i/o level with shell commands, python, and c compile and install linux kernels work at a high level with javascript and the bonescript library expand beaglebone’s functionality by adding capes explore the internet of things about the author mark a. yoder is a professor of electrical and computer engineering (ece) at rose-hulman institute of technology. in january 2102, he was named the first lawrence j. giacoletto chair in ece. he received the school’s board of trustees outstanding scholar award in 2003. dr. yoder likes teaching embedded linux and digital signal processing (dsp). he is coauthor of two award-winning texts, signal processing first and dsp first: a multimedia approach, both with jim mcclellan and ron schafer. mark and his wife sarah have three boys and seven girls, ranging in age from 12 to 31 years old. jason kridner is the cofounder of the beagleboard.org foundation, a us-based 501(c) nonprofit corporation that provides education and promotes the design and use of open source software and hardware in embedded computing. as a more than 20-year veteran of texas instruments and the semiconductor industry, kridner has deep insights into future of electronics, pioneering both ti's and the semiconductor industry's open source efforts and engagements with open hardware. in his free time, kridner uses beaglebone black to explore his creativity with creations like the stachecam, which uses a webcam and computer vision to detect faces and superimpose fancy mustaches. chapter 1. basics 1.0. introduction 1.1. picking your beagle 1.2. getting started, out of the box 1.3. verifying you have the latest version of the os on your bone 1.4. running the bonescript api tutorials 1.5. wiring a breadboard 1.6. editing code using the cloud9 ide 1.7. running javascript applications from the cloud9 ide 1.8. running applications automatically 1.9. finding the latest version of the os for your bone 1.10. running the latest version of the os on your bone 1.11. updating the os on your bone 1.12. backing up the onboard flash 1.13. updating the onboard flash chapter 2. sensors 2.0. introduction 2.1. choosing a method to connect your sensor 2.2. input and run a javascript application for talking to sensors 2.3. reading the status of a pushbutton or magnetic switch (passive on/off sensor) 2.4. reading a position, light, or force sensor (variable resistance sensor) 2.5. reading a distance sensor (analog or variable voltage sensor) 2.6. reading a distance sensor (variable pulse width sensor) 2.7. accurately reading the position of a motor or dial 2.8. acquiring data by using a smart sensor over a serial connection 2.9. measuring a temperature 2.10. reading temperature via a dallas 1-wire device 2.11. sensing all sorts of things with sensortag via bluetooth v4.0 2.12. playing and recording audio chapter 3. displays and other outputs 3.0. introduction 3.1. toggling an onboard led 3.2. toggling an external led 3.3. toggling a high-voltage external device 3.4. fading an external led 3.5. writing to an led matrix 3.6. driving a 5 v device 3.7. writing to a neopixel led string 3.8. using a nokia 5510 lcd display 3.9. making your bone speak chapter 4. motors 4.0. introduction 4.1. controlling a servo motor 4.2. controlling the speed of a dc motor 4.3. controlling the speed and direction of a dc motor 4.4. driving a bipolar stepper motor 4.5. driving a unipolar stepper motor chapter 5. beyond the basics 5.0. introduction 5.1. running your bone standalone 5.2. selecting an os for your development host computer 5.3. getting to the command shell via ssh 5.4. getting to the command shell via the virtual serial port 5.5. viewing and debugging the kernel and u-boot messages at boot time 5.6. verifying you have the latest version of the os on your bone from the shell 5.7. controlling the bone remotely with vnc 5.8. learning typical gnu/linux commands 5.9. editing a text file from the gnu/linux command shell 5.10. using a graphical editor 5.11. establishing an ethernet-based internet connection 5.12. establishing a wifi-based internet connection 5.13. sharing the host’s internet connection over usb 5.14. setting up a firewall 5.15. installing additional packages from the debian package feed 5.16. removing packages installed with apt-get 5.17. copying files between the onboard flash and the microsd card 5.18. freeing space on the onboard flash or microsd card 5.19. installing additional node.js packages 5.20. using python to interact with the physical world 5.21. using c to interact with the physical world chapter 6. internet of things 6.0. introduction 6.1. accessing your host computer’s files on the bone 6.2. serving web pages from the bone 6.3. interacting with the bone via a web browser 6.4. displaying gpio status in a web browser 6.5. continuously displaying the gpio value via jsfiddle 6.6. continuously displaying the gpio value 6.7. plotting data 6.8. sending an email 6.9. sending an sms message 6.10. displaying the current weather conditions 6.11. sending and receiving tweets 6.12. wiring the iot with node-red 6.13. serving web pages from the bone by using apache 6.14. communicating over a serial connection to an arduino or launchpad chapter 7. the kernel 7.0. introduction 7.1. updating the kernel 7.2. building and installing kernel modules 7.3. controlling leds by using sysfs entries 7.4. controlling gpios by using sysfs entries 7.5. compiling the kernel 7.6. using the installed cross compiler 7.7. applying patches 7.8. creating your own patch file chapter 8. real-time i/o 8.0. introduction 8.1. i/o with bonescript 8.2. i/o with c and libsoc 8.3. i/o with devmem2 8.4. i/o with c and mmap() 8.5. modifying the linux kernel to use xenomai 8.6. i/o with pru speak chapter 9. capes 9.0. introduction 9.1. using a seven-inch lcd cape 9.2. using a 128 x 128-pixel lcd cape 9.3. connecting multiple capes 9.4. moving from a breadboard to a protoboard 9.5. creating a prototype schematic 9.6. verifying your cape design 9.7. laying out your cape pcb 9.8. migrating a fritzing schematic to another tool 9.9. producing a prototype 9.10. creating contents for your cape configuration eeprom 9.11. putting your cape design into production appendix parts and suppliers parts prototyping equipment resistors transistors and diodes integrated circuits opto-electronics capes miscellaneous

Author : Mark a. yoder, jason kridner
Publication : Oreilly
Isbn : 9789352130948
Store book number : 105
NRS 1040.00
  
Order This Book
*Marked Field Is Necessary
Your Name: *
Your Address:
Your Email: *
Your Cell Phone:
Your Work Phone:
Quantity: *
Total:
Message (if any)
Security code: *
Case Sensitive
 
 
Packt publication
Microsoft press
Wrox
Bpb
Phi
Dreamtech press
Sybex
Wiley
Tata
Oreilly
Macmilan
Vikas
Apress
Spd
Pearson
Cambridge
Oxford
Idg
Charles river media
Murach
Niit
Black book
Bible
Elsevier
Sk kataria
Pragmatic bookshelf
Fusion books
 
 
MURACH'S PYTHON PROGRAMMING
NRS 1560.00
 
 
Professional ASP.NET MVC 4
Mastering Microsoft Exchange ...
Android Hacker's Handbook
CCNA Cisco Certified Network ...
Windows Phone 7 Application ...
Beginning Drupal (Wrox Progr ...
Troubleshooting Windows 7 In ...
 More>>
 
All Right Reserved © bookplus.com.np 2008